home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Graphics / Graph 3D / Graph 3D.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1997-11-15  |  1.9 KB  |  97 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 392
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 376
  19.     Height = 161
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 188
  28.       Height = 141
  29.       AutoSize = True
  30.       Picture.Data = {<image000.bmp>}
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 200
  35.       Top = 16
  36.       Width = 46
  37.       Height = 13
  38.       Caption = 'Graph 3D'
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 256
  43.       Top = 16
  44.       Width = 53
  45.       Height = 13
  46.       Caption = 'Version 0.2'
  47.       IsControl = True
  48.     end
  49.     object Info1: TLabel
  50.       Left = 200
  51.       Top = 40
  52.       Width = 121
  53.       Height = 13
  54.       Caption = 'Written with Delphi 2.0 by'
  55.       IsControl = True
  56.     end
  57.     object Info3: TLabel
  58.       Left = 208
  59.       Top = 72
  60.       Width = 121
  61.       Height = 13
  62.       Caption = '(csprouse@mail.wsu.edu)'
  63.       WordWrap = True
  64.       IsControl = True
  65.     end
  66.     object Info2: TLabel
  67.       Left = 208
  68.       Top = 56
  69.       Width = 67
  70.       Height = 13
  71.       Caption = 'Chad Sprouse'
  72.       IsControl = True
  73.     end
  74.     object Info4: TLabel
  75.       Left = 200
  76.       Top = 88
  77.       Width = 164
  78.       Height = 57
  79.       AutoSize = False
  80.       Caption = 
  81.         'If you have questions or comments about this software please fee' +
  82.         'l free to contact me at the above address.'
  83.       WordWrap = True
  84.     end
  85.   end
  86.   object OKButton: TButton
  87.     Left = 151
  88.     Top = 180
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'OK'
  92.     Default = True
  93.     ModalResult = 1
  94.     TabOrder = 1
  95.   end
  96. end
  97.